home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / Excel / ExcelTalk / ExcelTalk notes next >
Encoding:
Text File  |  1995-12-05  |  897 b   |  16 lines  |  [TEXT/R*ch]

  1. ExcelTalk: project notes
  2.  
  3. 1) There are 3 seperate projects as there are 3 seperate code resources.
  4. 2) The header file 'xlcall.h' was distributed with Micorsoft Excel SDK Version 4,
  5. published by Micorsoft Press. See this book for notes on API.
  6. 3) Most of the work is done by the Excel macros in the 'ExcelTalk' add-in
  7. spreadsheet. See user docs for details. To inspect the macros hold down 'shift'
  8. while opening add-in, then choose 'Unhide...' from Window menu.
  9. 4) Although you can copy the Excel file, with Excel macros intact, across to a
  10. Windows machine, and edit and run the macros there, the code resources won't copy
  11. across and so the macros won't work properly, if at all. I have promised to look
  12. at a Windows version as soon as Text to Speech is integrated into the Windows OS,
  13. though I won't lose any sleep if someone beats me to this.
  14.  
  15. © John Blackburne, johnb@tempest.net.hk, 5 Dec 1995
  16.